home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / arc_chk.zip / ARC_CHK.DOC < prev    next >
Text File  |  1992-01-06  |  2KB  |  46 lines

  1. PCBOARD is a registered trademark of Clark Development Company, inc.
  2.  
  3. *:::::::::::::::::::::::::::[ DISCLAIMER ]:::::::::::::::::::::::::::::::::*
  4.  
  5. ARC_CHK.COM by Bill Shields is released to public domain.
  6.  
  7. ARC_CHK.COM is provided AS IS without any warranty,  expressed or implied.
  8. This  includes  without  limitation  the  fitfulness  to  a particular
  9. purpose or application and any warranties of merchantability.  While I tried
  10. to be as thorough as  possible while  debugging ARC_CHK.COM, I shall  not  be
  11. liable for any damages, whether direct, indirect, special,  or  consequential
  12. arising  from a failure of ARC_CHK.COM to operate in a manner desired by the
  13. user. I shall  not be  liable for  any damage to data or property which may
  14. by caused directly or indirectly  by use of ARC_CHK.COM.
  15.  
  16. In no event will I be liable to you for any damages, including any lost
  17. profits, lost savings or  other incidental or consequential  damages arising
  18. out of your use or inability to use the program, or for any claim by any
  19. other party.
  20.  
  21. *::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*
  22.  
  23. ARC_CHK will allow a SYSOP to check .EXE files for a string that would 
  24. identify it as a self-extracting file.  The hardest part in using the
  25. program will be finding this offset.
  26.  
  27. For more details on how this program works execute ARC_CHK with no parameters
  28. then view the supplied batch files.
  29.  
  30. Execute CHECKALL.BAT (it runs PKCHK.BAT) for an example of how it can be 
  31. used.
  32.  
  33. Additional Utilities supplied were actually .COM files renamed for the sake
  34. of the demo.  You can run them as they are.
  35.  
  36. ERRCD.EXE will return the errorlevel a command line generates.  This will
  37. help you in batch file creation because it lets you know what the errorlevel
  38. is.
  39.  
  40. EC.EXE allows you to test the logic of your batch files by supplying the 
  41. errorlevel you specify on the command line.
  42.  
  43. Both utilities have a built help screen if you execute them with no 
  44. parameters.
  45.  
  46.